From: Katsumi Yamaoka Date: Mon, 30 Jul 2007 22:40:16 +0000 (+0000) Subject: (BASE_PURESIZE): Increase to 1130000. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~17575 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=8d757e0a12c48e54b6bea9b5027430c5caf1b454;p=emacs.git (BASE_PURESIZE): Increase to 1130000. --- diff --git a/src/ChangeLog b/src/ChangeLog index f2842b5ad2f..c5146484727 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2007-07-30 Katsumi Yamaoka + + * puresize.h (BASE_PURESIZE): Increase to 1130000. + 2007-07-30 Richard Stallman * lread.c (readevalloop, read1): Treat NBSP as whitespace. diff --git a/src/puresize.h b/src/puresize.h index 49cb9b1b387..c6456730075 100644 --- a/src/puresize.h +++ b/src/puresize.h @@ -43,7 +43,7 @@ Boston, MA 02110-1301, USA. */ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (1120000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (1130000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */